Skip to content

Chore/bump rn 85#1093

Open
troZee wants to merge 4 commits into
masterfrom
chore/bump-rn-85
Open

Chore/bump rn 85#1093
troZee wants to merge 4 commits into
masterfrom
chore/bump-rn-85

Conversation

@troZee

@troZee troZee commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

Test Plan

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS ✅❌
Android ✅❌

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the example app/tooling to a newer React Native stack (RN 0.85.x), along with associated dependency and build environment bumps, and removes usage of internal NewAppScreen exports in examples.

Changes:

  • Bump React Native / React versions and related example dependencies (including iOS pods lockfile updates).
  • Adjust Metro config and example screens to avoid react-native/Libraries/NewAppScreen imports.
  • Update CI/build toolchain inputs (macOS runner label, Gradle wrapper, Ruby/Bundler lock metadata).

Reviewed changes

Copilot reviewed 6 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
example/src/tabView/TabViewInsideScrollViewExample.tsx Removes NewAppScreen header usage and replaces with a placeholder view.
example/src/KeyboardExample.tsx Removes NewAppScreen Colors usage from styles.
example/package.json Bumps RN/React and related dependencies for the example app.
example/metro.config.js Adjusts Metro config creation/export and removes server.tls.
example/ios/Podfile.lock Updates CocoaPods lockfile for the bumped RN/iOS dependency graph.
example/Gemfile.lock Updates recorded Ruby/Bundler versions in the lockfile.
example/android/gradle/wrapper/gradle-wrapper.properties Updates Gradle distribution used by the example Android build.
.github/workflows/ios.yml Updates the GitHub Actions macOS runner for the iOS workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread example/metro.config.js
},
});

delete config.server.tls;
scrollEnabled={true}
>
<Header />
<View style={{width:"100%", height:300, backgroundColor:"purple"}} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants